Nagare (web framework)

Nagare
Developer(s) Alain Poirier, Net-ng
Initial release September, 2008
Stable release Nagare 0.3.0 / December 14, 2010; 14 months ago (2010-12-14)
Written in Stackless Python
Type Web application framework
License BSD license
Website www.nagare.org

Nagare is a free, open source web application framework for developing web applications in Python.

Nagare uses a component model inspired by Seaside, and, like Seaside, Nagare uses continuations to provide a framework where the HTTP connectionless request / response cycle doesn't break the normal control flow of the application.[1] This allows web applications to be developed in much the same way as desktop applications, for rapid application development.[2] However, Nagare is written in Python rather than Smalltalk.

References

  1. ^ Nagare features Retrieved February 2, 2011
  2. ^ An intranet portal for French Yves Rocher’s stores Retrieved February 2, 2011

External links